home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / include / powerup / ppcdisslib / ppcdiss.h
Encoding:
C/C++ Source or Header  |  1998-02-21  |  525 b   |  19 lines

  1. #ifndef POWERUP_PPCDISSLIB_PPCDISS_H
  2. #define POWERUP_PPCDISSLIB_PPCDISS_H
  3.  
  4.  
  5. #define DISASS_BUFFER        0x84000000
  6. #define DISASS_DEFINEPC        0x84000001
  7. #define DISASS_NOADRINC        0x84000002
  8. #define DISASS_RELADDR        0x84000003
  9. #define DISASS_SHOWDATA        0x84000004
  10. #define DISASS_PRESCANSIZE    0x84000005
  11. #define DISASS_USEDC68KDESC    0x84000006
  12. #define DISASS_ADDRESSHOOK    0x84000007
  13. #define DISASS_SYMBOLHOOK    0x84000008
  14. #define DISASS_RELOCHOOK    0x84000009
  15. #define DISASS_SHOWADDRESS    0x8400000a
  16. #define DISASS_GETDATAHOOK    0x8400000b
  17.  
  18. #endif
  19.